Fix doc for machines with wider system times such as time_t.
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 3 Jun 2011 18:42:59 +0000 (11:42 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 3 Jun 2011 18:42:59 +0000 (11:42 -0700)
commitd4f9d7c9b497e95d68dae03e926b9fc30c46ddf9
treecb08b99576f7e37a53e7a21d11fb0d8da78e6597
parentc5063822dc1e86b75fb82e56cec2a7bdcbe8a720
Fix doc for machines with wider system times such as time_t.

On such machines, it's now safe to assume that EMACS_INT is as
wide as the system times, so that shifting right by 16 will
result in an integer that always fits in EMACS_INT.
* dired.c (Ffile_attributes): Document large inode number handling.
* termhooks.h: Fix comment for large time stamp handling.
src/ChangeLog
src/dired.c
src/termhooks.h